C1.Data Namespace : FilteredView<T> Class |
For a list of all members of this type, see FilteredView<T> members.
Name | Description | |
---|---|---|
AsCollectionViewFactory | Returns an instance of System.ComponentModel.ICollectionViewFactory that can be used as a source of a System.Windows.Data.CollectionViewSource. (Inherited from C1.LiveLinq.LiveViews.View) | |
AsDynamic | Used for views with anonymous type constructor as the result selector, converts the C1.LiveLinq.LiveViews.View to a View<dynamic> so it can be used for data binding and programmatic access. (Inherited from C1.LiveLinq.LiveViews.View) | |
AsFiltered | Filters the view on the server side using a predicate. (Inherited from C1.Data.ClientView<T>) | |
AsFilteredBound<TKey> | Filters the view on the server using a key selector function and configurable value and operator. (Inherited from C1.Data.ClientView<T>) | |
AttachAggregationView | Overloaded. (Inherited from C1.LiveLinq.LiveViews.View<T>) | |
AttachView | Overloaded. (Inherited from C1.LiveLinq.LiveViews.View<T>) | |
BindFilterKey | Overloaded. Binds the FilterKey property using the specified System.Windows.Data.Binding object. | |
CancelLoad | Cancels the current loading operation. (Inherited from C1.Data.ClientView<T>) | |
Concat | Concatenation of two views. (Inherited from C1.LiveLinq.LiveViews.View<T>) | |
Contains | Determines whether the view contains a specified item. (Inherited from C1.LiveLinq.LiveViews.View<T>) | |
DeferMaintenance | Enters a defer cycle that you can use to make bulk changes to the view sources and delay automatic view maintenance. (Inherited from C1.LiveLinq.LiveViews.View) | |
GetEnumerator | Returns an enumerator that iterates through the view items. (Inherited from C1.LiveLinq.LiveViews.View<T>) | |
GroupBy | Overloaded. Groups the elements of a view according to a specified key selector function. (Inherited from C1.LiveLinq.LiveViews.View<T>) | |
GroupJoin<TInner,TKey,TResult> | Correlates the elements of two views based on equality of keys and groups the results. (Inherited from C1.LiveLinq.LiveViews.View<T>) | |
Include | Specifies related objects to include while loading the client view. (Inherited from C1.Data.ClientView<T>) | |
IndexOf | Searches for the specified object among the elements of the view and returns the zero-based ordinal position of its first occurrence. (Inherited from C1.LiveLinq.LiveViews.View<T>) | |
Join<TInner,TKey,TResult> | Correlates the elements of two views based on matching keys. (Inherited from C1.LiveLinq.LiveViews.View<T>) | |
Load | Loads the entities of the client view. (Inherited from C1.Data.ClientView<T>) | |
Maintain | Brings the view up to date with its source data. (Inherited from C1.LiveLinq.LiveViews.View) | |
OrderBy<TKey> | Sorts the elements of a view in ascending order. (Inherited from C1.LiveLinq.LiveViews.View<T>) | |
OrderByDescending<TKey> | Sorts the elements of a view in descending order. (Inherited from C1.LiveLinq.LiveViews.View<T>) | |
Paging | Overloaded. Applies paging to this client view. (Inherited from C1.Data.ClientView<T>) | |
ProgressiveLoading | Overloaded. Specifies that the client view loading is performed not in a single trip to the server but in multiple batches, each loading a page of a limited size so the user sees the result and can interact with it before all pages are loaded. (Inherited from C1.Data.ClientView<T>) | |
PurgeEmptyGroups | Remove empty groups from a grouping view. (Inherited from C1.LiveLinq.LiveViews.View) | |
Rebuild | Re-populates the view by re-executing the view's query. (Inherited from C1.LiveLinq.LiveViews.View) | |
Refresh | Loads the entities of the client view ignoring the client-side cache. (Inherited from C1.Data.ClientView<T>) | |
Select<TResult> | Projects each element of a view into a new form. (Inherited from C1.LiveLinq.LiveViews.View<T>) | |
SelectMany | Overloaded. Projects each element of this view to a collection of collections, flattens the resulting collections into one collection, and invokes a result selector function on each element therein. (Inherited from C1.LiveLinq.LiveViews.View<T>) | |
SetTransaction | Sets the value of the C1.LiveLinq.LiveViews.View.Transaction property. (Inherited from C1.LiveLinq.LiveViews.View) | |
ToString | Returns a string representing this view. (Inherited from C1.LiveLinq.LiveViews.View<T>) | |
Union | Set union of two views. (Inherited from C1.LiveLinq.LiveViews.View<T>) | |
Where | Filters the source view based on a predicate. (Inherited from C1.LiveLinq.LiveViews.View<T>) |